home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / Unix / gateways / techinfo / gophtech / README < prev    next >
Encoding:
Text File  |  1993-03-01  |  2.1 KB  |  72 lines

  1.  
  2.      Gateway from Internet Gophers  to TechInfo Services
  3.  
  4.    This is a one way gateway from gopher protocol to TI protocol:
  5.    gopher client connects to this server and makes a request, this
  6.    program connects to a TechInfo server and gets the appropriate
  7.    information, sends the response to the client, and then closes 
  8.    the connection.
  9.  
  10.    Request from gopher client          This program's response
  11.    --------------------------          -----------------------
  12.  
  13.    blank line                           Local TechInfo Server's main menu, 
  14.                                         WorldWide TechInfo, and,
  15.                                         Univ of Minn Gopher
  16.  
  17.    type tihost tiport tinodeid          Results of Techinfo transaction
  18.  
  19.     worldwide-techinfo                  List of TechInfo servers
  20.  
  21.     Goph-TI-Gateway                     Document -- about this gopher
  22.  
  23.    Examples: In these examples, HOST is the FQDN of the host that
  24.    this program runs on, and PORT is the gopher port that this program
  25.    is listening on (from inetd).
  26.  
  27.    Input:
  28.    blank line
  29.  
  30.    Output:
  31.    0About this Gopher TAB Goph-TI-Gateway TAB HOST TAB PORT
  32.    1About PennInfo TAB M ti-srv.upenn.edu 9000 836 TAB HOST PORT
  33.    0Today's Weather TAB D ti-srv.upenn.edu 9000 7182 TAB HOST TAB PORT
  34.    1World wide TechInfo TAB worldwide-techinfo TAB HOST TAB PORT
  35.    1Univ of Minn Gopher TAB TAB gopher.micro.umn.edu TAB 70
  36.  
  37.    Input:
  38.    worldwide-techinfo
  39.  
  40.    Output:
  41.    1MIT TAB M tiserve.mit.edu 9000 0 TAB HOST TAB PORT
  42.    1University of Oslo TAB M xantos.uio.no 9000 0 TAB HOST TAB PORT
  43.  
  44.    Input:
  45.    M ti-srv.upenn.edu 9000 0
  46.  
  47.    Output:
  48.    1About PennInfo TAB M ti-srv.upenn.edu 9000 836 TAB HOST PORT
  49.    0Today's Weather TAB D ti-srv.upenn.edu 9000 7182 TAB HOST TAB PORT
  50.  
  51.  
  52.    Input:
  53.    D ti-srv.upenn.edu 9000 7182
  54.  
  55.    Output:
  56.    {ascii text document}
  57.  
  58.  
  59.    Input:
  60.    K ti-srv.upenn.edu 9000 120 TAB internet gopher
  61.  
  62.    Output:
  63.    0The Internet Gopher - What is it? TAB D ti-srv.upenn.edu 9000 3568 TAB HOST TAB PORT
  64.  
  65.    This program is not standalone -- it's meant to be called from
  66.    inetd.
  67.  
  68.  
  69. READ the INSTALL and MAINT files to learn how to install
  70. and maintain the gateway.
  71.  
  72.